* {
  box-sizing: border-box;
  margin: 0 auto;
}
body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  color: #184170;
}
header {
  padding: 2em 0;
}
header .logo {
  display: block;
  margin: 0 auto;
}
article {
    text-align: center;
    min-height: 80vh;
    background: url("https://img.en25.com/EloquaImages/clients/CaliforniaCasualtyAutoHomeInsurance/%7B41b22a0c-471b-4dce-a873-1d0c751f9971%7D_Rectangle_101.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
p {
	font-weight: 400;
	font-size: 1.3em;
	padding-right: 25px;
	padding-left: 25px;
}
h1 {
  font-weight: 600;
  font-size: 3em;
  line-height: 1.2;
  margin-bottom: 30px;
}
.rates {
  background: #184170;
  padding: 2em;
  max-width: 400px;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 4px solid #fff;
}
.rates a {
  margin-top: 10px;
  display: block;
  color: #1da1f2;
  text-decoration: none;
}
form h3 {
  color: #c1cc24;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}
form p {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
select {
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  margin: 10px;
}
button {
  width: 100%;
  background: #dd6932;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 24px;
  padding: 12px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
}

footer {
	background: #2b2b2b;
	padding: 2em 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
}
footer a {
	color: #FFFFFF;
}
footer h2 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 40px;
}

/** Mobile **/
@media (max-width: 480px) {
  p {
    font-size: 1em;
  }
  h1 {
    font-size: 2em;
  }
}